-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace healpy with astropy-healpix and add new API to directly support SkyCoord objects #25
Conversation
…signatures, as these really only make sense in that context (I think). Also, start the migration from healpy to astropy-healpix
… search is much slower than to just compute the angular separation between the pointing
TODO: update usage docs page to use |
Hi, @lpsinger! I am currently working on some of your suggestions from the pyOpenSci review and have a question regarding the frames used in the
Do you know which specific coordinate frame implementations would best correspond to the Perhaps you have some insight here too @pllim? |
Re: Coordinate frames -- I am not an expert but perhaps @ayshih can advise or ping someone who can? 🙏 |
This pull request implements the suggestions in #19, #20 and #23.
In addition, it will lead to a breaking change in the existing ZodiPy API. Although a new SkyCoord api
get_emission_skycoord
is introduced, the old functions likeget_emission_pix
andget_emission_ang
still remain which support more healpy-like conventions in terms of the function arguments.